* {
	margin: 0;
	padding: 0;
}
html, body {
	background: #fff;
	height: 100%;
}
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
.footer {
	background: #000;
	height: 4em;
	color: #FFF;
	text-align: center;
}
